type net.pipe (struct)
Method Implmentations (2 other methods implement nothing)
Close() error
(*T).M : Conn.Close
(*T).M : io.Closer.Close
(*T).M : io.ReadCloser.Close
(*T).M : io.ReadWriteCloser.Close
(*T).M : io.WriteCloser.Close
Read(b []byte) (int, error)
(*T).M : Conn.Read
(*T).M : io.ReadCloser.Read
(*T).M : io.Reader.Read
(*T).M : io.ReadWriteCloser.Read
(*T).M : io.ReadWriter.Read
Write(b []byte) (int, error)
(*T).M : Conn.Write
(*T).M : io.ReadWriteCloser.Write
(*T).M : io.ReadWriter.Write
(*T).M : io.WriteCloser.Write
(*T).M : io.Writer.Write![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |